Crate elrond_wasm_node[][src]

Modules

api
error_hook

Structs

ArwenApiImpl

The reference to the API implementation based on Arwen hooks. It continas no data, can be embedded at no cost. Cloning it is a no-op.

Box

A pointer type for heap allocation.

String

A UTF-8–encoded, growable string.

Vec

A contiguous growable array type, written as Vec<T> and pronounced ‘vector’.